﻿/* ???????????????css */

/* ??????????????????css */
 
 
.slide-item-body ul{width:100%; float:left;}
.slide-item-body ul li {
    width: 33.333%;
    float: left;
    display: block; 
    color: #000;
    z-index: 10002;
	
}
.slide-item-body ul li a img{width:90%;margin:0 5%;}
.slide-item-body ul li a p{width:100%;height:40px;line-height:40px;font-size:14px;text-align:center;color:#000;} 

 
.slide-item {
    width:100%;
    position: relative;
    margin: 20px auto 0 auto;float:left;
    /* overflow: hidden; */
}

.slide-item-box { 
}

 

 
.slide-item-body {
    /* padding-top:20px; */
    margin-left:0px;
}

 
 

.slide-item-body ul { 
    overflow: visible;
}

 

.next {
    position: absolute;
    top: 40%;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 60px;
    -webkit-background-size: 60px;
    background-size: 60px;
    background-position: center;
    background-repeat: no-repeat;
    right: auto;
    left: -67px;
    height: 60px;
    width: 60px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.next-bg {
    background-image: url("img/btn-fl1.png");
}

.next:hover {
    background-image: url("img/btn-fl2.png");
}

.prev {
    position: absolute;
    top: 40%;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 60px;
    -webkit-background-size: 60px;
    background-size: 60px;
    background-position: center;
    background-repeat: no-repeat;
    right: -70px;
    height: 60px;
    width: 60px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.prev-bg {
    background-image: url("img/btn-fr1.png");
}

.prev-bg:hover {
    background-image: url("img/btn-fr2.png");
}